-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
remove tag don't work correctly #3853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
If you remove a tag and then add a tag, the removed one will be changed, if we add "new_" prefix, it will work fine. I think its need a little more explain in the doc, but my english is poor.
Hmm, can you clarify what you mean by "the removed one will be changed"? I don't really follow the problem you encounter and I don't see how using the I'll try to explain what this code does:
See this JSfiddle for an example of the code: http://jsfiddle.net/847Kf/2/ |
@wouterj IIRC, js fiddle keeps forever a fiddle. Do you think it's a good idea to add you good fiddle to the doc? |
Hmm, I think that's a cool idea, with really now cost, since it would just be a small link. |
|
Hmm, JSfiddle promised to keep all JSfiddle until Beta, they didn't promise the rules after it (some say they keep hosting the snippets). Since JSfiddle is now in alpha, it might be a bit tricky... But yeah, if I can make the example a little bit prettier, it'll be great to have in the docs indeed! |
did not know that. But jsfiffle exists since 2009. They will stay in alpha for ever ;) |
@lyrixx ironically, I think I make more typos than most people :). So what's the status then? Seems like this is not a real issue and we should close it. But then Wouter should also create a new PR when he has time linking to the jsfiddle? |
I'm closing this - Wouter added a JSFiddle where you can play and modify the code. |
If you remove a tag and then add a tag, the removed one will be changed, if we add "new_" prefix in js, it will work fine. I think its need a little more explain in the doc, but my english is poor.